process method in scala

108

process method in scala -

import java.io.File
import java.net.URL
import scala.sys.process._
new URL("http://www.scala-lang.org/") #> new File("scala-lang.html") !

Comments

Submit
0 Comments